home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4222 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VB, VC++, and Fuzzy Logic
  5. Date: 29 Jan 1996 03:00:34 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4ehd8i$ofe@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 29, 1996 01:17:48 in article <VB, VC++, and Fuzzy Logic>,
  15. 'ihabed@uncc.edu (Ibrahim H Abed)' wrote: 
  16.  
  17.  
  18. >I'm interested in designing a program for my senior project that is
  19. basically 
  20. >stock market analysis which will generate a buy/sell/hold signal.  It has
  21. to 
  22. >have a graphical interface.  Initially, I was going to do it in Visual C++
  23.  
  24. >because C++ classes lend themselves quite nicely to fuzzy membership  
  25. >functions. 
  26. >However, I'm having difficulty using Visual C++ (too unwieldy at my
  27. level).   
  28. >I'm 
  29. >hoping to port everything to Visual Basic because of the ease of designing
  30. an  
  31. >interface. Has anyone done any fuzzy logic programming in VB and if so any
  32.  
  33. >pointers/free source code/etc?  I'll also be putting sample stock data in 
  34.  
  35. >Access 
  36. >which VB can access (:).  Anyone know if VB can be linked with C++
  37. routines at  
  38. >all,  
  39. >perhaps saving me some trouble.  Any help would be greatly appreciated. 
  40. Yes, it's quite reasonable to write the front end GUI in VB and use 
  41. C/C++ for developing the computational "guts" of the project.  The 
  42. way it's done is by writing the C++ module as a DLL, then having the 
  43. VB main program call the interface functions in the DLL module. 
  44.  
  45. E-mail me for a simple sample on how to write the DLL and VB 
  46. interface.   Specify which VB version and C++ compiler system 
  47. as the details vary. 
  48.  
  49. -- 
  50. Pete Grant 
  51. Kalevi, Inc. 
  52. Object Oriented Software Development
  53.